This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below.
One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld’s color table.
The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c.
Notes:
1) Palette&GWorld (Fat) was constructed using the method described in chapter 6 of “Power Macintosh Programming Starter Kit.” The output of Palette&GWorld.68K.π is Palette&GWorld.PPC.π.rsrc which is used by Palette&GWorld.PPC.π to create Palette&GWorld (Fat).